home *** CD-ROM | disk | FTP | other *** search
- //----------------------------------------------------------------------------
- //Borland C++Builder
- //Copyright (c) 1987, 1998 Borland International Inc. All Rights Reserved.
- //----------------------------------------------------------------------------
- //---------------------------------------------------------------------------
- #include <vcl.h>
- #pragma hdrstop
-
- #include "NOTIFY.h"
- //---------------------------------------------------------------------------
- #pragma resource "*.dfm"
- TNotifyForm *NotifyForm;
- //---------------------------------------------------------------------------
- __fastcall TNotifyForm::TNotifyForm(TComponent* Owner)
- : TForm(Owner)
- {
- }
- //---------------------------------------------------------------------------
-